For the ecnoding you can use the link that is mentioned in the article on the Wiki. You will then be taken to the Wikipedia and if you do a search for Polish you will find 2 possibilities. These are: ISO 8859-2 and ISO 8859-16. The difference between those 2 is that ISO 8859-16 has the euro sign in it, so I suggest to use that one.
So the first line in the strings.xml probably should look like this:
<?xml version=“1.0” encoding=“ISO-8859-16”?>
Ok but when i add this iso-8859-16 in my log file there is something like that:
2004-11-11 17:43:18 exception loading language language\Polish\strings.xml err:This system does not suppert this coding 'iso-8859-16'. Wiersz 1, posision 31. stack: at System.Xml.XmlScanner.SwitchEncoding(String encoding)
and all is in english
When i add iso-8859-2 all is working corectly but no polish dialectic sighns are shown...
Hmm I have the same here if I use iso-8859-2. When I use that I can not use any special charachters. I also don't have iso-8859-16 on my machine so it is not possible to test with that one.
Unfortunately I don't really know where to go from here. I am out of ideas :-(
i don't know too...funny is that when i opend my xml page in IE using iso-8859-2 coding only half of special Polish characters were shown..so i created an txt file copy whole translation from .xml file and save it first as txt file using Unicode coding and then replace .txt with xml (i deleted encoding="" and my IE show all special characters but MP does not i don't know to how to fix it maybe someone who desighn this could help me maybe next realise will be "fixed from this problem"...
This translation is in 85% done..but i don't know if i can realise this with this character problem
Hi.
I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database".
Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
Hi.
I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...
If you’re planning to submit a pull request, let’s go through the list of issues and their solutions.
I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request.
This will be transparent and straightforward.
If you’re planning to submit a pull request, let’s go through the list of issues and their solutions.
I or someone from the team...
I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions.
Please can...