Jump to content

This topic is 7103 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

All,

I could not find a solution to this problem in the FAQ, Forum Search or FM 7 Help.

I need to convert umlaut and accented characters to the ASCII unicode representation, for example a-umlaut (ä) should become u00e4

Is there a calculation/function to do this? (I am aware that I could create a custom function, but cueerntly I don't want to enter into that effort.)

Related q.B) Is there a way to get the ASCII number of a character?

Posted

Hi,

You can create a custom function that converts character to ascii code something like B)

AsciiToNum("A") = 65

AsciiToNum("a") = 97

you can get the ascii codes here (found by google search).

parse the file for getting two columns only (num,text) and make your function...

  • 4 weeks later...

This topic is 7103 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.