Re: [GENERAL] Second byte of multibyte characters causing trouble

2001-09-25 Thread Tatsuo Ishii
> > Use "kon" command. > This was a wonderful tip - thank you, Ishii-san! I didn't know about the > command, and it seems to be trying to do what it is designed to do. It > doesn't display Shift-JIS correctly, but it does work for EUC. Since I seem > to be moving in the direction of converting

Re: [GENERAL] Second byte of multibyte characters causing trouble

2001-09-25 Thread Karen Ellrick
> Use "kon" command. This was a wonderful tip - thank you, Ishii-san! I didn't know about the command, and it seems to be trying to do what it is designed to do. It doesn't display Shift-JIS correctly, but it does work for EUC. Since I seem to be moving in the direction of converting everything

Re: [GENERAL] Second byte of multibyte characters causing trouble

2001-09-20 Thread Karen Ellrick
> The usual way to deal with this is to convert the J text from > S-JIS (which > will almost always cause problems) to either EUC-JP or UTF8 > encoding before > inserting it into the DB or otherwise messing with it. You can > then convert > it back to SJIS before sending it to the client. After r