libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libredwg] unicode


From: Till Heuschmann
Subject: [libredwg] unicode
Date: Mon, 10 Jan 2011 21:03:45 +0100

Hi,

Has someone ever thought about how we could handle unicode texts?

Starting with R2007 the text in the .dwg files are stored in utf16 and 
therefore the actual char strings are somewhat too small.

To deal with this we could:

1) Use wchar_t as the character type for all strings and convert the strings in 
older files when they are read.
2) Manage two different versions of a string and perform the conversion when 
the string is accessed.
3) ???

Any thoughts/experiences on this?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]