Welcome Guest, Not a member yet? Register   Sign In
foreign_chars new character
#1

[eluser]panmannsam[/eluser]
hello.

In norway we have the letter "ø" that corresponds to "oe" in english. So in foreign_chars.php, the line:
Code:
'/ö|œ/' => 'oe'
should be:
Code:
'/ö|œ/|ø/' => 'oe'
. And the character Å and å should be "aa" I think.
#2

[eluser]panmannsam[/eluser]
this is the same in Denmark. So it concerns 10 million people Smile
#3

[eluser]InsiteFX[/eluser]
If you think something should be changed then you need to fill out an issue here.

CodeIgniter Issues

Otherwise it may never even get seen or acted upon in these forums.
#4

[eluser]panmannsam[/eluser]
thanks Smile
#5

[eluser]PhilTem[/eluser]
To keep track of this issue, I'll just post the link to the GitHub issue tracker and the respective issue

https://github.com/EllisLab/CodeIgniter/issues/1568




Theme © iAndrew 2016 - Forum software by © MyBB