Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

144
Views
How to show correct "umlaute" with javascript

I'm using Oracle Apex and the whole application is set to utf-8, therefore i have no problems with "ä,ö,ü". But I changed the appearance of some items using javascript and now f.e. the umlaut "ü" looks like this ü.

How do i change the charset for these items back to utf-8 or find a way to show the "umlaute" correctly.

Thanks alot

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

// Ü, ü     \u00dc, \u00fc
// Ä, ä     \u00c4, \u00e4
// Ö, ö     \u00d6, \u00f6
// ß        \u00df

I would say – do not waste time, use Unicode syntax which will always resolve to the characters you want to show in your strings.

For example:

var a = '\u00d6\u00df'; // will be displayed as Öß
about 4 years ago · Juan Pablo Isaza Report

0

Jackless,

Please go to item, Security & set Escape special characters to No

I think solve your problem.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!