Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scandinavian characters #1568

Closed
pan100 opened this issue Jul 3, 2012 · 5 comments
Closed

scandinavian characters #1568

pan100 opened this issue Jul 3, 2012 · 5 comments

Comments

@pan100
Copy link

pan100 commented Jul 3, 2012

hello.

In norway we have the letter “ø” that corresponds to “oe” in english. So in foreign_chars.php, the line:

'/ö|œ/' => 'oe'

should be:

'/ö|œ/|ø/' => 'oe'

. And the character Å and å should be “aa” I think.

@narfbg
Copy link
Contributor

narfbg commented Jul 4, 2012

They're currently present in the sequences for 'o', 'A' and 'a' respectively (in the develop branch). If that's not correct - you should make a pull request to change it.

@Dumk0
Copy link
Contributor

Dumk0 commented Jul 5, 2012

by the way in Estonian language "ö" shouldn't be transliterated to "oe", it is "o" then. And "ä" as "a" and "ü" as "u". The same in Finnish.

@narfbg
Copy link
Contributor

narfbg commented Jul 5, 2012

We're talking about a slightly different characters here.

@pkrstic
Copy link

pkrstic commented Jul 6, 2012

I have to add that Serbian Đ and đ should be transliterated to Dj and dj respectively.

@narfbg
Copy link
Contributor

narfbg commented Oct 31, 2013

I'm closing this one.

Again - you are free to submit a pull request to add any missing characters. And for those that might be transliterated differently in 2 or more languages we can't really do much. It's a config file, so you can alter it as you wish.

@narfbg narfbg closed this as completed Oct 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants