Revision: 16469
          http://sourceforge.net/p/edk2/code/16469
Author:   yingke
Date:     2014-12-03 08:30:56 +0000 (Wed, 03 Dec 2014)
Log Message:
-----------
Fix a regression bug to uni parser.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/BaseTools/Source/Python/AutoGen/UniClassObject.py

Modified: trunk/edk2/BaseTools/Source/Python/AutoGen/UniClassObject.py
===================================================================
--- trunk/edk2/BaseTools/Source/Python/AutoGen/UniClassObject.py        
2014-12-03 07:40:32 UTC (rev 16468)
+++ trunk/edk2/BaseTools/Source/Python/AutoGen/UniClassObject.py        
2014-12-03 08:30:56 UTC (rev 16469)
@@ -340,6 +340,7 @@
             Line = Line.replace(u'\\n', CR + LF)
             Line = Line.replace(u'\\r', CR)
             Line = Line.replace(u'\\t', u' ')
+            Line = Line.replace(u'\t', u' ')
             Line = Line.replace(u'\\"', u'"') 
             Line = Line.replace(u"\\'", u"'") 
             Line = Line.replace(BACK_SLASH_PLACEHOLDER, u'\\')


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to