after the update 7.0.7.4 when the actors do not appear all the cover in which the game films and on top Polish trzcionki unless stopped working
Seems to that was automatic translation.
After update, on HTML card "actors", all covers from movies in database in which the actor played, aren't shown. There is also problem with polish fonts.
What about polish fonts on actors card? On movie card I have for example "Stanisław Tym" but after click on this name I can see "Stanis#179;aw Tym" which is pretty annoying when after update, XMM runs worse than before. Same like Microsoft software :)
quote:Originally posted by Verwolff On movie card I have for example "Stanisław Tym" but after click on this name I can see "Stanis#179;aw Tym" which is pretty annoying when after update, XMM runs worse than before. Same like Microsoft software :)
That is a Import Script Bug, it doesn't translate the char correctly. But the main reason is XMM is and never was UNICODE compatible so such special chars can't be converted correctly. Only Standard ASCII Chars are allowed. And ASCII Tables (Codepages) for special chars are different depending on the OS Language...For example i can't correct such scripts because i have a OS with german codepage.
UTF-8 (UNICODE) Scripts should work. But everything inside XMM must be UNICODE compatible for example the MOVIE-/ACTOR-/EPISODE-Card Variables must convert the Data to HTML Codes (all from Char 128 on). Also all export Functions must be changed...
The Database itself is already Unicode compatible (Access).