Warning ID 30006 - set system locale to match language...

This forum is for all Flare issues not related to any of the other categories.
Post Reply
rad1
Jr. Propeller Head
Posts: 3
Joined: Tue Sep 18, 2018 11:15 am

Warning ID 30006 - set system locale to match language...

Post by rad1 »

Hi, This is just a weird issue. I have a number of code samples in a project, the settings for each topic are consistent; however, ONE topic throws the following error message when I compile:
Warning: The filename "DICOM Gateway Sample.htm" contains non-English characters. It is advised to set the system locale to match the language that the filenames are saved with. Please see the Flare Help for more information.

I've checked everything I know to check and called MCF support, which typically nails most issues, but they didn't have a clue.

Has anyone seen this error or better yet, have a resolution for it?

Thanks,
Rad1
devjoe
Sr. Propeller Head
Posts: 337
Joined: Thu Jan 23, 2014 1:43 pm

Re: Warning ID 30006 - set system locale to match language..

Post by devjoe »

The filename probably has some Unicode character in it which looks like a regular letter but isn't. Try renaming it and typing out the whole filename you expect it to have.
Post Reply