Page 2 of 2

Re: How to Paste text into .txt file with Unicode support?

Posted: 21 Feb 2025 11:24
by noembryo
admin wrote: 21 Feb 2025 11:22 Try this:

Code: Select all

charview "διεθνές κείμενο";

Code: Select all

  #  char	  dec   hex   utf8   utf8hex       remark

  1   δ  	  948  03B4   Ξ΄     CE B4         
  2   ι  	  953  03B9   ΞΉ     CE B9         
  3   ε  	  949  03B5   Ξµ     CE B5         
  4   θ  	  952  03B8   ΞΈ     CE B8         
  5   ν  	  957  03BD   Ξ½     CE BD         
  6   έ  	  941  03AD   Ξ­     CE AD         
  7   ς  	  962  03C2   Ο‚     CF 82         
  8      	   32    20          20            
  9   κ  	  954  03BA   ΞΊ     CE BA         
 10   ε  	  949  03B5   Ξµ     CE B5         
 11   ί  	  943  03AF   Ξ―     CE AF         
 12   μ  	  956  03BC   ΞΌ     CE BC         
 13   ε  	  949  03B5   Ξµ     CE B5         
 14   ν  	  957  03BD   Ξ½     CE BD         
 15   ο  	  959  03BF   ΞΏ     CE BF         

Re: How to Paste text into .txt file with Unicode support?

Posted: 21 Feb 2025 11:39
by admin

Re: How to Paste text into .txt file with Unicode support?

Posted: 21 Feb 2025 11:45
by noembryo
admin wrote: 21 Feb 2025 11:22 Try these and post the results:

Code: Select all

charview "διεθνές κείμενο";

Code: Select all

  #  char	  dec   hex   utf8   utf8hex       remark

  1   δ  	  948  03B4   Ξ΄     CE B4         
  2   ι  	  953  03B9   ΞΉ     CE B9         
  3   ε  	  949  03B5   Ξµ     CE B5         
  4   θ  	  952  03B8   ΞΈ     CE B8         
  5   ν  	  957  03BD   Ξ½     CE BD         
  6   έ  	  941  03AD   Ξ­     CE AD         
  7   ς  	  962  03C2   Ο‚     CF 82         
  8      	   32    20          20            
  9   κ  	  954  03BA   ΞΊ     CE BA         
 10   ε  	  949  03B5   Ξµ     CE B5         
 11   ί  	  943  03AF   Ξ―     CE AF         
 12   μ  	  956  03BC   ΞΌ     CE BC         
 13   ε  	  949  03B5   Ξµ     CE B5         
 14   ν  	  957  03BD   Ξ½     CE BD         
 15   ο  	  959  03BF   ΞΏ     CE BF         

Code: Select all

echo isunicode("διεθνές κείμενο", 0);
1

Code: Select all

echo isunicode("διεθνές κείμενο", 1);
0

Re: How to Paste text into .txt file with Unicode support?

Posted: 21 Feb 2025 11:46
by admin
Thanks. The next version should fix it. :tup:

Re: How to Paste text into .txt file with Unicode support?

Posted: 21 Feb 2025 11:47
by noembryo
:appl: :party:

Re: How to Paste text into .txt file with Unicode support?

Posted: 21 Feb 2025 12:45
by noembryo
Downloaded the last beta and it works as advertised!.. :D