Skip to main content
Question

Developer Studio Unexpected Chracter İssue

  • July 2, 2026
  • 4 replies
  • 37 views

cokaslan12
Sidekick (Customer)
Forum|alt.badge.img+3

When I write sentence with turkish character I’m seeing unexpected character issue. When I edit the sentence then generate and deploy, deploying like that 

So I don’t want like that. When I write turkish sentence I want to deploy as was

Does anyone have a suggested solution?

 

Thank you

Muzaffer

 

4 replies

InfFilipV
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • July 2, 2026

Hi,
IFS installer run in command line, under various languages - the safest option is refrain of using nonASCII characters. So this check is correct.

If you need any special characters, use UNISTR function.
I’m using powershell script to autoconvert all nonascii string to usages of UNISTR.

Save special chars (š,č,ř,ž,ý, ...) by IFS function into database | IFS Community


cokaslan12
Sidekick (Customer)
Forum|alt.badge.img+3
  • Author
  • Sidekick (Customer)
  • July 7, 2026

Hello,

 

Thank you for your answer but I don’t want like that, I don’t want to coding like this function. When I code the sql script, I want to generate and deploy quickly. This is weird

 

Thank you Muzaffer


InfFilipV
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • July 7, 2026

well, IFS designed it safe, there is no reason for code contains nonAscii chars.
Translations should be stored in translation files (trs/lng). Code should be in pure english…
Your code would not work under different language - it could prevent you from receiving IFS support or rollout to another country…

BR


cokaslan12
Sidekick (Customer)
Forum|alt.badge.img+3
  • Author
  • Sidekick (Customer)
  • July 7, 2026

I see that. Thank you for your help I will apply your suggestion and try

 

Best Regards

Muzaffer Çokaslan