copy-paste and Japanese text

2012-02-23 Thread Nicolas Cueto
Hello All, I have a standalone that spits out some tab-delimited Japanese text into a field. If I copy-paste that text into Microsoft Wordpad, no problems. But if I copy-paste into Notepad, the Japanese text will appear as expected but the tabs are replaced by an underscore char. What might be th

Re: copy-paste and Japanese text

2012-02-24 Thread Dar Scott
Perhaps the data is put onto the clipboard in multiple styles. Perhaps the different applications look at different styles in different orders. The LiveCode clipboardData property might be useful in seeing what is actually put on the clipboard in a copy. If need be, you can use that to contro