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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
noembryo
Posts: 170
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

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

Post 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         
Check my free programs here..

admin
Site Admin
Posts: 64915
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post by admin »


noembryo
Posts: 170
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

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

Post 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
Check my free programs here..

admin
Site Admin
Posts: 64915
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post by admin »

Thanks. The next version should fix it. :tup:

noembryo
Posts: 170
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

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

Post by noembryo »

:appl: :party:
Check my free programs here..

noembryo
Posts: 170
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

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

Post by noembryo »

Downloaded the last beta and it works as advertised!.. :D
Check my free programs here..

Post Reply