[umbrello-devel] [umbrello] [Bug 331769] Umbrello does not display chinese encoded rational rose files

Ralf Habacker ralf.habacker at freenet.de
Wed Mar 12 07:38:40 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=331769

--- Comment #9 from Ralf Habacker <ralf.habacker at freenet.de> ---
Comment on attachment 85549
  --> https://bugs.kde.org/attachment.cgi?id=85549
untested patch to umbrello/import_rose.cpp

+                    if (charSet == "0")         // ASCII
+                        ;
by default ISO-8859-1 is set, no problem here to use it ? 
+                        ; // @todo stream.setCodec("what");
better to use a uWarning() or uError() message ? 
+   stream.setCodec("GB18030");  // TBC: Shouldn't this be GB2312 ?
from http://en.wikipedia.org/wiki/GB_18030
GB18030 is the registered Internet name for the official character set of the
People's Republic of China (PRC) superseding GB2312. 

Any idea where to get more rose example files for further verifing ? 
I found some ascii encoded examples at
http://crazybeans.cvs.sourceforge.net/viewvc/crazybeans/CrazyBeans/examples/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list