Polish is the English name for the language spoken in Poland.
Questions tagged [polish]
122 questions
1
vote
0 answers
Incorrect polish letters in $_GET
I'm sending some polish names via $_GET, and when I'm trying to var dump it, I'm getting sth like:
A?a
which should be:
Ała
In url it looks like:
A%B3
I've set ehaders to utf-8, ant still it doesnt work. How can I solve this?
EDIT: it looks like…

user6803451
- 11
- 2
1
vote
1 answer
how to print polish characters in zebra printer in java?
I need to print a label with polish characters. When I use unicode UTF-16 this is ok.
^FO380,20^A0N,40,40^FD ZŁ^FS
This is ok, Polish characters is printed.
Well, when you use the function ^FB Polish characters do not print in the…

Darkoszczak Drozda
- 11
- 3
1
vote
1 answer
Visual Basic 6 export special Polish characters to Excel
I have troubles with exporting data from VB6 program to Excel. I can't get Polish special letters ś ń ć ź ż ą ę. I get strange symbols instead. I tried to use chr() function but none of 0-255 possibilities give me what I need.
How can this problem…

Robert Wojtczak
- 13
- 3
1
vote
1 answer
MATLAB: Read HTML-Codes (within XML)
I'm trying to read the following XML-file of a Polish treebank using MATLAB: http://zil.ipipan.waw.pl/Sk%C5%82adnica?action=AttachFile&do=view&target=Sk%C5%82adnica-frazowa-0.5-TigerXML.xml.gz
Polish letters seem to be encoded as HTML-codes:…

Phil K
- 31
- 4
1
vote
0 answers
Sending Polish characters with PHP
I have an issue and I can find a lot of questions about this issue on this board.
I would like Polish characters by POST :
When I send with a form by POST the following data:
Ciało wielbłądów osiąga długość do 3 m. Ich szyja jest długa, łukowato…

Alex
- 1,223
- 1
- 19
- 31
1
vote
2 answers
Parsing date in polish locale in Joda?
I have following date:
eg. String rawDate = "pon, 17 lis 2014, 15:51:12";
and I would like to parse it.
I call:
DateTime time = new DateTimeFormatterBuilder()
.append(DateTimeFormat.forPattern("EEE, dd MMM yyyy, HH:mm:ss")
…

pixel
- 24,905
- 36
- 149
- 251
1
vote
1 answer
Translation files for Turkish language not encoded correctly
I am using translation files for translating my xpages application to turkish language.
I have set the application encoding to UTF-8 (xsp.html.page.encoding=utf-8)
Most of my languages is working fine but there is problem with Turkish and…

Thomas Adrian
- 3,543
- 6
- 32
- 62
1
vote
0 answers
Reading polish characters with textscan in Matlab
I need to read text files with polish characters in it.
For example the ł.
I tried to set the right encoding for polish language:
fileID=fopen('Polish.lab','r','n','ISO-8859-2');
text=textscan(fileID,'%s');
celldisp(text)
but I still get wrong…

jonen
- 43
- 4
1
vote
1 answer
Wordpress new site with Polish letters
I have a problem with polish letters in wordpress. I added a new site into wordpress and convet it to php from html and in header i can write letter like "ęą" but in body i can't. I see such thing like: "�꿟". I search entire wordpress and nothing.…

sokol
- 79
- 1
- 1
- 4
1
vote
2 answers
MySQL UTF-8 Full Text Search with multiple bound parameters
My query shows like that:
SELECT advert_id
FROM oop_adverts
WHERE cat_down = :id
AND province = :province
AND MATCH (location) AGAINST (:location);
in practise:
SELECT advert_id
FROM oop_adverts
WHERE cat_down = 3
AND province = 5
AND…

user3022527
- 2,107
- 2
- 14
- 11
1
vote
1 answer
htaccess and polish phrases - friendly url
I have to create a friendly url with polish phrases.
Finally, my .htaccess should accept all letters (and polish letters too), numbers, plus(+) and minus(-).
Can you help me?
Thanks!
My url:
cat-3,woj-4,Kraków
My htaccess:
RewriteRule…

user3022527
- 2,107
- 2
- 14
- 11
1
vote
1 answer
Load and save an HTML file with polish characters
I need to load an HTML template file (using std::ifstream), add some content and then save it as a complete web page. It would be simple enough if not for polish characters - I've tried all combinations of char/wchar_t, Unicode/Multi-Byte character…

NPS
- 6,003
- 11
- 53
- 90
1
vote
1 answer
Random Access File and extra ASCII characters in Java
I have a Random Access File filled with Strings (I know that they are not really Strings, although it will help me to explain the problem). What I want to do is to view a certain String, let's say String #4. While it would be simple for integers and…

ngr900
- 452
- 4
- 12
1
vote
1 answer
i18n Polish characters issue
I have a web application in mvc4 with i18n internalization using:
https://github.com/danielcrenna/i18n#readme
Everyting works fine until i start to addnig Polish characters like : ś, ź, ć etc.
the characters are replaced by : � marks.
and when…

Kamael90
- 43
- 1
- 5
0
votes
1 answer
Does Umbraco CMS has got option to change language?
I would like to use Umbraco CMS. But I need to know is there availible changing admin User Interface language to Polish? So that the whole admin stuff and everything would be in Polish language.
I don't need Multi-Language functionality.
I know…

Marta
- 2,857
- 13
- 46
- 67