Questions tagged [finnish]

Use the `finnish` tag for questions specific to the Finnish language.

The finnish tag is for questions specific to the Finnish language. As you might expect, such questions are relatively rare on a programming site. Nevertheless, there is one question that uses this tag, and efforts to remove it have been futile. Evidently, at least one user feels that this tag is actually necessary and valuable, presumably because "there are, depending on the context, different ways to represent a day or month in the Finnish language." So we may as well write it up.

6 questions
2
votes
1 answer

PostgreSQL full text search yielding weird results

I have a schema like this (simplified): CREATE TABLE users ( id SERIAL PRIMARY KEY, name NOT NULL ); CREATE INDEX users_idx ON users USING GIN (to_tsvector('finnish', name)); But I'm getting completely invalid results with my queries: #…
Markus Meskanen
  • 19,939
  • 18
  • 80
  • 119
1
vote
2 answers

Bug in Finnish date localization?

I'm trying to localize for Finland using this code: Locale finLocale = new Locale("fi", "FI"); Date today = new Date(2017, 1, 1); DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.LONG, finLocale); String formattedDate =…
Gary
  • 78
  • 5
1
vote
2 answers

Python strptime finnish

I have a Finnish representation of a date (tiistaina, 27. lokakuuta 2015) that I need to convert to a datetime object. However, the day and month names are not recognised by the datetime library in Python I would expect something like the following…
Iain
  • 1,724
  • 6
  • 23
  • 39
0
votes
1 answer

RStudio not starting due to special characters (Finnish) after RStudio update July 2022

I have updated RStudio to the 2022.07.1 release. After doing this I have this main error: [5916:15972:20220727,101905.256:ERROR crash_report_database_win.cc:586] CreateDirectory C:/Users/Käyttäjä/AppData/Local/R/crashpad_database: The system…
0
votes
1 answer

how can i encode/decode finnish characters?

I explain my problem as best I can, but here it is: My program translates all the tweets to me and then integrates them into the JSON but as soon as it comes across a Finnish character the program sends me a "JSONDecodeError" as shown…
Atwika
  • 29
  • 3
0
votes
0 answers

How to start Drupal 8 website in Finnish language with Full content in Finnish language?

I want to create Drupal 8 website all content in Finnish Language. But Whenever I install Drupal 8 Finnish Language not found in site language drop down. Can you suggest me what way i follow to get start Drupal 8 website in Finnish Language. Is it…