Questions tagged [non-english]

Use this tag for questions that relate to problems involving text or data that is written in another language besides English.

Note that this tag should not be used to ask questions on StackOverflow in a language other than English. All questions on this site must be written in English.

216 questions
0
votes
1 answer

Paypal Hosted Checkout Page (Layout C) Language other than English

Is it possible to implement Hosted Checkout Page (Layout C) with French or German languages ? I've tried to send the following parameter (both to IFrame URL and to the API): LC=FR It works fine, but all in English. Thanks Mike
MikeE
  • 1
0
votes
0 answers

How to restrict a text field to certain language using JS?

I'm building Q&A application and I want to restrict users to use only arabic as language in asking their questions or answering them, I believe JS is able to detect what keyboard is being used and also I want to prevent users from pasting code in…
Kamel Labiad
  • 525
  • 1
  • 6
  • 26
0
votes
3 answers

Find non- english characters in mysql

I have a MySQL table which stores email contents as a blob data type. A few of the rows have non-english characters in them. Is there any ways to find only the rows which contain non-english characters?
Nagendran
  • 33
  • 1
  • 1
  • 7
0
votes
2 answers

Scandinavian characters get messed up when saved from DataGrid

I'm working on a xe:djxDataGrid that loads and saves data via xe:restService. It loads the data from Domino documents and at this point all scandinavian characters like ä and ö look OK. But if data is modified and saved back to server ä turns to ä…
0
votes
0 answers

Why `?` is displayed instead of non-english chars under cPanel? But not under localhost nor DirectAdmin? Using codeigniter and UTF-8. NO mysql used

I first created a simple HTML page that uses UTF-8 as its character encoding. Then I copied the HTML content to a view in codeigniter and it was still ok (I had used non-english characters that was no problem as always) I added a simple dynamic…
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79
0
votes
2 answers

non-english chars in google charts label?

Does non-english characters work in google charts labels/legends ? This works, the legends shows up fine: var chart_url = 'http://chart.apis.google.com/chart?' + 'cht=bvs' + ...some other stuff... + '&chdl=Lowest price|Average price'; This doesn't…
toby
-1
votes
1 answer

KeyError on a certain word

I am trying to use Naive Bayes for spam-ham classification. training_set['E_Mail'] = training_set['E_Mail'].str.split() vocabulary = [] for email in training_set['E_Mail']: for word in email: vocabulary.append(tuple(word)) vocabulary =…
-1
votes
1 answer

Output code with english characters instead of non-english in lstlisting latex?

i wanna insert an ansys apdl code code text in my thesis. I have tried the \begin{lstlisting} for my code (english) since i have tha package. My thesis template is put to have greek as default language so when i compile the lstlisting in latex i get…
-1
votes
1 answer

Update non-English data in stored procedure using a variable?

I have a stored procedure which accepts a variable which contains data in non-English language. I know that we can use N to do so. But it does not work with variables. How can I go about to achieve that? I want to do something like this, but it does…
Komal R
  • 387
  • 2
  • 16
-1
votes
1 answer

Removing a tweet/row if it contains any non-english word

I want to remove the whole tweet or a row from a data-frame if it contains any non-english word. My data-frame looks like text 1 | morning why didnt i go to sleep earlier oh well im seEING DNP TODAY!! JIP UHH…
Mahnoor
  • 45
  • 1
  • 6
-1
votes
1 answer

can i force the user input in login or signup screen to be only in english

i'm traying to force the user input to be only in English so if the user sign up prevent the user from sign up with other language I don't know if firebase have already prevent the users from that behind the seen but if they didn't do that, is…
mazenqp
  • 55
  • 1
  • 7
-1
votes
2 answers

MySQL: Non-english characters messes up our SELECT queries

Have a problem doing select queries on our MySql database. This query is working fine: SELECT name FROM products WHERE brand = 'nike' This one doesn't: SELECT name FROM products WHERE brand = 'tøj' There are 1,000+ products with brand = 'tøj', so…
Louisa
  • 552
  • 1
  • 9
  • 22
-1
votes
1 answer

Removing Non English Sub headings and Paragraphs

Hi I have a script which is able to remove subheadings and paragraphs but I am not able to remove paragraphs with non english subheadings and words. For example, (Original Text): === Personal finance === Protection against unforeseen personal…
windboy
  • 141
  • 1
  • 9
-1
votes
1 answer

Only English characters visible in PDF reader after adding field's value of existing pdf file using itext

I put some values to form fields using following code . //------------------------------------------------------- PdfReader reader = new PdfReader(in); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(out)); AcroFields form =…
-1
votes
1 answer

PHP: scrape non-english html pages

I am trying to parse some non-english pages and extract relevant information and then show the extracted information in a different html pages. However I can successfully extract relevant text using PHP Dom parser(simple_html_dom), however I am not…
Cool Coder
  • 309
  • 2
  • 11
1 2 3
14
15