Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

* map the U-umlaut to the accentless-U
declare function   Get_Property
declare subroutine Set_Property

Map = Get_Property("SYSTEM", "CHARMAP")
Map [255,1] = "U"
Set_Property("SYSTEM", "CHARMAP", Map)

See also

Convert statement