Skip to main content

International characters

  • July 14, 2011
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 13 July 2011]

We have a program that uses the C$OPENSAVEBOX libary routine. The file name it returns strips out, or replaces, international characters, like the accented C(ć), and replaces it with an english C, no accent. Unfortunately, this breaks my acucobol program because when I then try to manipulate the file(copy it, delete it, etc.) it can't find it.

Has anyone worked around this?

Sample file name: Jovanić.doc
C$OPENSAVEBOX returns: Jovanic.doc


1 reply

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • July 14, 2011

[Migrated content. Thread originally posted on 13 July 2011]

We have a program that uses the C$OPENSAVEBOX libary routine. The file name it returns strips out, or replaces, international characters, like the accented C(ć), and replaces it with an english C, no accent. Unfortunately, this breaks my acucobol program because when I then try to manipulate the file(copy it, delete it, etc.) it can't find it.

Has anyone worked around this?

Sample file name: Jovanić.doc
C$OPENSAVEBOX returns: Jovanic.doc


I would report this to Customer Care as a bug.

Steve