Questions tagged [french]

Computing issues involving the French language

Questions related to computing issues, including not but limited to character encodings, fonts, and formatting, involving the French language, spoken in France, Belgium, Switzerland, Canada, and many former colonial regions in the Americas and Africa.

148 questions
1
vote
1 answer

Iterating through string with french characters and matching

I am trying to iterate through a string that contains french characters. I have an array of specific french characters that I am looking for that I want to match. Example: header("Content-Type: text/html;charset=utf-8"); $string = "HÂPPY Ç" ; echo…
user3473534
  • 131
  • 1
  • 10
1
vote
3 answers

Stanford Parser : frenchFactored.ser.gz

I am using the Stanford Parser (Version 3.6.0) for French. My command line is java -cp stanford-parser.jar:* edu.stanford.nlp.parser.lexparser.LexicalizedParser -maxlength 30 -outputFormat conll2007 frenchFactored.ser.gz test_french.txt >…
Starckman
  • 145
  • 6
1
vote
0 answers

Lucene french search

I was using lucene indexing/searching and faced a problem. Lucene displays some results for query "word" and some for "l'word". (word is just for an example). I need it to display all mentioned results for any of two these queries. I tried to…
flgdev
  • 467
  • 1
  • 6
  • 17
1
vote
1 answer

French regular Expression

I have a french regex, and there are accents on it. I have a printed dictionary (not the pythonic data structure) : a list of words written in uppercase followed by there definition. I want to split my 20Mo dictionary by all the upper cases words.…
Romain Jouin
  • 4,448
  • 3
  • 49
  • 79
0
votes
0 answers

Django error : the format for date objects may not contain time-related format specifiers (found 'H')

I'm trying to display the date of birth in a French format, everything works fine on my PC, but when copying the same project on another computer and running it, I had this error under the date of birth (even if I changed nothing in the code) :…
zlydia
  • 17
  • 5
0
votes
0 answers

Notepad ++, how can I have auto-correction of words in french with accents added when I write words with english keyboard?

I have an english keyboard. I can right click on the words after writing them. But it takes A LOT of time. Would anyone know any trick to have the words be corrected auto with the right accentuation or at least showing propositions to tab/chose the…
0
votes
1 answer

The Java Eclipse Console dont show the correct French characteres

I’m using Eclipse IDE 2022-09 (4.25.0) and when I print a French text like Périneau, the console return P�rineau. example: String str = "Périneau"; System.out.println(str); console: P�rineau Is there something that I can do to have a good output?
Alberto
  • 13
  • 3
0
votes
0 answers

API Netbox or pynetbox: how to pass accented characters without triggering Pynetbox.RequestError?

I try to send data from a French database to Netbox but spaces and accented characters trigger an error as in the example: Post_dept = nb.dcim.sites.create([ { "name":"Saône et Loire", "slug":"saône et loire",, } ) …
0
votes
0 answers

Adding FR language to Android App not possible

When trying to add French to my app, when building it crashes on this: Caused by: com.android.aaptcompiler.ResourceCompilationException: Failed to compile values resource file…
mohammed_sajid
  • 233
  • 2
  • 18
0
votes
0 answers

Why french accents are not represented correctly after Matlab2011b?

I am mantaining a piece of software developed on Matlab R2011b which uses several languages, french among them. I am now compiling the code on Matlab R2022 and the non ASCII characters are represented either as or some other strange symbol. However…
0
votes
0 answers

App Store Connect Export Compliance for StoreKit 1 and 2

I use both StoreKit 1 and 2 in my app where I use TPInAppReceipt (uses ASN1) to decrypt the App Store Receipt and StoreKit 2 uses JWS to verify purchases. Considering I would like to make my app available in France, do I have to fill out the ANSSI…
evenwerk
  • 947
  • 1
  • 12
  • 28
0
votes
0 answers

SQL French char encoding issue

I have an address with French chars - Vétéran. In table column it is read as Vétéran when using SMS select. The server language is English. When I copied Vétéran to Word, it remained the same. I saved the Word doc as plain text using Windows…
0
votes
1 answer

Extracting colors in French

I have a CSV with some information about products color. Since sometimes some extra details are there, I would like to extract just the color name. I found out some library but my data are in french so they dont fit those. I try to do it with…
Marie A
  • 3
  • 2
0
votes
1 answer

I've a probleme with tkinter, with the pady

Here is my code: (sorry it's in french) from tkinter import * # creer la fenetre window = Tk() window.title("Interface projet-NSI vacances noel") window.geometry("1080x720") window.iconbitmap("ricardo.ico") window.config(background='#4065A4') #…
Jeremiel
  • 3
  • 1
0
votes
0 answers

Issue FCC VSCODE and French keyboard

I try to solve the FCC Relational Database challenges via CodeAlly which generates a remote VS CODE and when I type keys in the terminal such as "|" or "" it just doesn't print anything. I should say that I use a French keyboard on mac (Swiss-French…
Reggroy
  • 53
  • 5