Tapatalk

UltraEdit not saving/display ő (o with 2 dashes) character

UltraEdit not saving/display ő (o with 2 dashes) character

1
NewbieNewbie
1

PostJan 25, 2005#1

Hi,

I am trying to convert some text to Hungarian. I cut and paste the Hungarian character ő (o with two dashes on top) into an UltraEdit document. It converts it to an o.

I have the English version. How do I fix this?

thanks

6,826625
Grand MasterGrand Master
6,826625

Re: UE not saving/display ő (o with 2 dashes) character

PostJan 27, 2005#2

Same happens with Notepad. The ő is a character which has a hex code greater than 255. So you can't paste it in ASCII files.

Convert your file with File - Conversions - ASCII to UTF-8 (Unicode Editing) to UTF-8 format, than you can paste this character.

About UTF-8 editing see help of UE and see also (searched forum for UTF or BOM) Saving files in UTF-8 format and Byte Order Marker (BOM) query?.