Polish is the English name for the language spoken in Poland.
Questions tagged [polish]
122 questions
0
votes
2 answers
strings.xml special characters in multilingual
Hey,
I've developed an application with french and english translation.
A guy sent me the strings.xml in polish language and in UTF-8 format (cause there are many characters i can't read).
I can open it with notepad with no problem, but Eclipse…

Pachanka
- 492
- 2
- 7
- 19
0
votes
1 answer
PoDoFo polish characters & PdfContentsTokenizer error
1.
How to get polish characters from pdf file? Can I somehow tell
PdfVariant::getString()
it will process polish characters?
Becouse I get \200instead of ł for example and the funny thing is thats only when ł occures as first "nonbase" character.…

Fryderyk
- 61
- 1
- 7
0
votes
1 answer
SQL Server columns to support multilingual collation / characters
I have a SQL Server database with default collation Latin1_General_CI_AS.
My table's columns are of nvarchar or ntext data type.
The database is to for a website which can be multilingual, must support at least Polish, English, later also Ukrainian…

nickornotto
- 1,946
- 4
- 36
- 68
0
votes
1 answer
ElasticSearch Polish Analysis Tokenizer not found
I have dockerized ElasticSearch 1.4.2 and I'm trying to make Polish Stemmer work (https://github.com/elastic/elasticsearch-analysis-stempel). After a few issues with installation I have finally done that, but the ElasticSearch still cannot see the…

Murkee
- 7
- 3
0
votes
1 answer
Morfologik stemmer conflicts with ascii folding
I have a Solr-5.5.1 with the following filters in my field analyzer definition:
It usually works great, but for some words there's a problem,…

Speedstone
- 383
- 3
- 5
0
votes
2 answers
Python 2.7 connection to Oracle: loosing (Polish) characters
I connect from Python 2.7 to Oracle data base.
When I use:
cursor.execute("SELECT column1 FROM table").fetchall()]
I have got almost proper values for column1 because all Polish characters ("ęóąśłżćń") are converted to ascii one ("eoaslzcn"). Using…

KrzyszofS
- 1
- 1
0
votes
2 answers
Why is my code giving me an out of range exception?
I have such a program:
import java.util.Scanner; import java.io.*;
class C { public static void main (String[] args) throws IOException{
System.out.println("Wpisz teks do zakodowania: ");
String tekst;
Scanner odczyt = new…

Kishieel
- 1,811
- 2
- 10
- 19
0
votes
0 answers
Using listagg with Polish characters
I am having a little problem with 'listagg' function. I want to use it to concatenate rows into one string with comma as the separator. I managed to do it with this:
SELECT LISTAGG(U.name,', ')
WITHIN GROUP(ORDER BY…

Marek Nijaki
- 63
- 1
- 2
- 7
0
votes
1 answer
Issue with saturation after calculations in Java
I'm creating a Reverse Polish Calculator and am having issues with saturation. I've implemented a stack, and have found the largest number I can get to without having the issue is 2147483647. So if I push this number to the stack, then add 1, the…

George Burslem
- 85
- 1
- 6
0
votes
1 answer
problems formatting dates in polish
I am having problems with date formatting for a website aimed at Polish Clients. When entering a calendar entry it is switching the month and the date. e.g it puts the entry in 7th September instead of 9th July.
The problem seems to be a…

T Baldwin
- 3
- 3
0
votes
1 answer
After divide to many files I lost polish signs
I'm writting a plugin for Wordpress. I had 1 file plugin.php and it works perfectly. I divide plugin.php to other files for better clarity. I wrote some lines
require_once dirname( __FILE__ ) .'/plugin-Lista.php';
require_once dirname( __FILE__ )…

Mateusz Bajak
- 31
- 6
0
votes
1 answer
c- reverse polish notation calculator error
So i keep getting the message invalid expression "..." Bus Error (core dumped)if i type ./rpcalc "..." also if i just type in the command line ./rpcalc 1 i get the Segmentation Fault(core dumped) message. This is my entire code i would appreciate…

Sgt. Sideburns
- 1
- 3
0
votes
0 answers
Troubles with Polish symbols
Have troubles with encoding in Webapi answer: http://allegro.pl/webapi/
The problem is:
Sk�rzana tapicerka
Have been surfing the internet for 2 days, but even after trying these solutions, there's no result. I read the XML file of web service:…
user4610687
0
votes
1 answer
DNSSEC setup for polish registrar?
Nazwa, a popular polish registrar requires these values to enable DNSSEC but I have searched all over the internet and I still do not know what values to put into the Nazwa panel. Also if someone manages to know what values are needed to be…

Aidan Nicholson
- 11
- 1
0
votes
1 answer
Contact Form on Wordpress Theme and Non-English Signs (utf-8)
There is a contact form already built in Wordpress Theme.
It's at the bottom of the page nikosis.mzonespace.co.uk
It's works ok, it's sending everything correctly to a good email besides non-english signs. There are just question marks when you want…

patron13
- 13
- 2