Jump to content

Special latin characters in {query} (umlaut)


Recommended Posts

Hi, 

I have problems to get a phrase like "Müller" correctly transfered into a script.

The "ü" (LATIN SMALL LETTER U WITH DIAERESIS - utf-8 = c3+bc) does not reach my python-script via the imput placeholder "{query}".

 

For testing I tried a mini Script-Action (Bash) with "Müller" as the search word:

echo "{query}" | xxd > somefile.txt

The "ü" seems to represented as 75+cc+88 (in context: 0000000: 4d75 cc88 6c6c 6572 0a )

echo "Müller" | xxd

in the OSX terminal displays: 0000000: 4dc3 bc6c 6c65 720a

 

Any ideas?

 

Thanks

Thomas

Link to comment

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...