Hi all, simply think -- if I use single-byte encoding and if I enter some "extended" character which is present in the encoding, XXE generates 16bit entity value (like  ). Would not be better if XXE if saving single-byte file use   instead?
Thanks, Martin > -----Original Message----- > From: xmleditor-support-admin at pixware.fr > [mailto:xmleditor-support-admin at pixware.fr]On Behalf Of Hussein Shafie > Sent: Thursday, March 20, 2003 7:00 PM > To: kolarik at mii.cz > Cc: xmleditor-support at xmlmind.com > Subject: Re: [XXE] XMLmind XML Editor V2.2 > > > Martin Kolar?k wrote: > > > > I tried to extract and translate new gui messages, but xxe nor > xxe_app does > > not contain anyone -- do I make some mistake, or the messages > are somewhere > > in the other place? > > I think you did a mistake I often do myself (which means that there is a > problem in the ergonomy of the localize utility). > > You want to do this: > > localize -v -x xxe_en_cs.msg -l en -l2 cs xxe.jar > > and it creates an empty xxe_en_cs.msg! > > In fact you need to run this: > > localize -v -x xxe_en_cs.msg -l2 cs xxe.jar > > Specifying "-l en" will not work because xxe.jar does not contain files > called Messages_en.properties, it contain files called > Messages.properties. > > (Of course, > localize -v -x xxe_fr_cs.msg -l fr -l2 cs xxe.jar > works fine, but you don't speak French, don't you? :) > -- > XMLmind XML Editor Support List > xmleditor-support at xmlmind.com > http://www.xmlmind.com/mailman/listinfo/xmleditor-support >

