On Dec 12, 2005, at 10:04 AM, karl wettin wrote:
12 dec 2005 kl. 16.40 skrev karl wettin:
Hello list,
I'm looking for a way to change character encoding per index. It
feels silly to store chinese characters in 3 bytes using UTF-8
when it is possible to do it with 2 bytes using UTF-1
12 dec 2005 kl. 16.40 skrev karl wettin:
Hello list,
I'm looking for a way to change character encoding per index. It
feels silly to store chinese characters in 3 bytes using UTF-8 when
it is possible to do it with 2 bytes using UTF-16. By just hacking
the IndexInput and IndexOut
Hello list,
I'm looking for a way to change character encoding per index. It
feels silly to store chinese characters in 3 bytes using UTF-8 when
it is possible to do it with 2 bytes using UTF-16. By just hacking
the IndexInput and IndexOutput I quick and dirty got it all running
i