Re: Character encoding per index.

2005-12-12 Thread Marvin Humphrey
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

Re: Character encoding per index.

2005-12-12 Thread karl wettin
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

Character encoding per index.

2005-12-12 Thread 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 IndexOutput I quick and dirty got it all running i