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
0
votes
0 answers

Number format in French

I'm tring to change the number format of my result in my view but i have a problem. It's shows me A non well formed numeric value encountered My code below indemnite; // Notation…
Saliou MBALO
  • 169
  • 1
  • 11
0
votes
2 answers

Spacy_DLL load failed while importing nn_parser

I am trying to download the french module for Spacy with the command python -m spacy download fr_core_news_md , but it get error: Traceback (most recent call last): File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python38\lib\runpy.py", line…
0
votes
0 answers

Training a spacy model for NER in french resumes dont give any results

Sample of trainning data(input.json), the full json has only 100 resumes. {"content": "Resume 1 text in french","annotation":[{"label":["diplomes"],"points":[{"start":1233,"end":1423,"text":"1995-1996 : Lycée Dar Essalam …
user6781093
0
votes
1 answer

French keyboard on macOS, altering the behavior of the tilde ~ key

Like most french users, when I want to go to my terminal home, I have to type cd ~ However, the keyboard requires me to press options + n and then space to disambiguate between me trying to do ñ or ~ for example. Is there a way to overload this…
Radioreve
  • 3,173
  • 3
  • 19
  • 32
0
votes
1 answer

Changing the Wording Sender Sees in Docusign

I have changed the individual private messages in Docusign to French. I want to update the English that shows: "Please review the documents below" "FINISH" button and "OTHER ACTIONS" and "START" "NEXT" tagging to French language as well. I have…
sarah
  • 1
0
votes
1 answer

Is there a windows keyboard layout that would both be QWERTY and allow for french accents without disturbing code

I'm currently using a Thinkpad on windows using the US International layout, meaning it's a QWERTY layout that will deadkey " ' "; " " "; "`"; and other keystrokes as accents so that if you press " ' " and then " e ", the resulting character will…
R3D34THR4Y
  • 51
  • 6
0
votes
1 answer

Issue with masked input in jQuery datepicker in french language

I am using jquery datepicker which supports localization and masked input. My problem is specifically with french language and format 'd M, yy'. In french, short month names are as below: …
rashmee
  • 11
  • 4
0
votes
2 answers

Text translation into French

Here is the list of text translation languages. https://www.microsoft.com/en-us/translator/business/languages/ Based on this list, I see “French”. Is there support for translation into Canadian French? If it’s translation to France French, we can’t…
0
votes
0 answers

Any idea why/where my Android app would request access to photos when the device is set to French?

When my Android app is installed on a device set to French, it request access to photos and contacts. The main app does not need or request these. Is there somewhere that I need to change a setting to not request for any language? Manifest…
BobbyD17
  • 495
  • 5
  • 16
0
votes
1 answer

Problem with accents (encoding) on Mac and Iphone

I am using a Mac and I am using the App 'Mail' to send and receive my mail. The configuration of my Mac is in Italian as I am Italian. Problem: I am mostly sending my messages in French with accents and in the messages I sent or receive all my…
Chris
  • 435
  • 1
  • 8
  • 21
0
votes
1 answer

Dowload files from Azure Blob Storage with French filename

I am using Java SDK for connection to Azure Blob Storage: @Bean @SneakyThrows public CloudBlobContainer sourceContainer(CloudStorageAccount cloudStorageAccount) { return cloudStorageAccount .createCloudBlobClient() …
Uladzislau Kaminski
  • 2,113
  • 2
  • 14
  • 33
0
votes
2 answers

How to hide redundant french content in js?

I am working on a fiddle which displays list of days and time (Timezone EST). 1 août 03:45 /* When timezone is eastern standard time */ ût 03:45 /* When timezone is eastern standard time */ ût 03:45 /* When timezone is eastern standard time…
flash
  • 1,455
  • 11
  • 61
  • 132
0
votes
0 answers

How to add "er" after particular days of the month in php?

I am working on a html/php code as shown below: /* When the page is in French */
0
votes
1 answer

Ruby hex to string conversion involving French characters

This is related to ruby gem ruby-smpp, which I'm using for my project. I have a string of bytes \u0000\xE0\u0000\xE2\u0000\xE1\u0000\xE8\u0000\xEA\u0000\xE9\u0000\xE7. It represents the body of a message in French received (i.e. MO, or…
jl118
  • 307
  • 2
  • 16
0
votes
1 answer

Calling Amazon Polly using VBA in Excel only works with English

I have an excel file that has data in English and French. I have a macro that uses VBA code to call Amazon Polly and retrieves an output in the form of an mp3 file onto my local disk. It works fine for English, but gives me this error for…