Questions tagged [latin]

149 questions
1
vote
0 answers

Constructor functions, arrays and objects

I am trying to sole these two problems and any input would be appreciated. My solutions to this one works but the output object keep repeating the "Sample" before the object on an array. (1) Latin Hypercube Sampling Write a function that produces N…
Ario
  • 11
  • 2
1
vote
1 answer

Repeat a function every 5 times a loop runs

Is there a way to repeat a single function in a while loop one in every 5 times the loop runs? I am trying to create a bot to help me with my Latin revision but I don't want the option to close the program to crop up every time I answer a question,…
1
vote
2 answers

pig latin practice on vb

I am a newb practising vb code by attempting a piglatin translator. I'm stuck on the part where I need to send any consonant letters to the back of the word and loop this process until the first letter becomes a vowel. For example, dragon--> loop…
1
vote
1 answer

How do I transfer several glyphs at once from one font file (otf) to another?

Basically, I have a few font files that currently have Latin alphabet glyphs and I want to import Arabic characters from a different font file to these font files. Yes, the Arabic glyphs are from a free-for-personal-use font, in case anyone was…
1
vote
1 answer

MySQL encoding from Latin-1 to UTF-8

For a very long time i was suffering form the Latin-1 encoding in My Django web application DB causing this error when trying to select a matching string using LIKE : -- UnicodeEncodeError:'latin-1' codec can't encode character-- i've tried every…
Eman
  • 127
  • 2
  • 9
1
vote
1 answer

Visual studio doesn't like a particular latin letter - ç

Weird issue here not like anything else I've ever come across so hoping someone else has seen something similar and can point me in the right direction. In my text editor (Sublime 3) I open the file in question and the code I'm having a problem with…
Neil Kelsey
  • 811
  • 4
  • 13
  • 31
1
vote
0 answers

Android AOSP: The package with keyboard related code: What is key_preview_backing

I customising the android open source project code dealing with the keyboard area. I saw the key_preview_backing in the inputView.xml file with the height of 0dp. What actually key_preview_backing for?
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
1
vote
1 answer

Parsing system log file with pig

I have the log below trying to parse it by the indicated column number 1 as Date, 2 as Time, 3 as Task, 4 as Error_Line, and 5 all the rest columns as Error_Message |1 | |2 | |3 | |4 | |5 …
Alsphere
  • 513
  • 1
  • 7
  • 22
1
vote
2 answers

Is using webfonts with font-weight:bold still unrecommended?

in my web project I need to mix latin and cyrillic characters. Unfortunately the cyrillic characters are not part of the webfont, thus the fallback steps in. As I use a bold webfont the latin characters are bold but the fallback would only be bold,…
Markus Bucher
  • 326
  • 2
  • 10
1
vote
2 answers

Pig Latin syntax error

I have the following…
Mohd Zoubi
  • 186
  • 3
  • 16
1
vote
0 answers

Mongo Java Driver Not able to handle Latin Characters

Mongo java driver is not able to handle Latin characters. When I inserted "quantità" through mongo java driver to mongodb, it gets stored as "quantitÃ". However when I inserted it through mongod console then it is storing it correctly. Also, When I…
1
vote
1 answer

Converting words to Pig Latin

i hope this finds you well. I am fairly new to Java and also to this website. Although this may seem long, i only need help with two things, so please help, and like i said I'm new to all of this, so the more thorough the better. I have to do a…
1
vote
0 answers

Why needed PointerTracker and KeyEventHandler class

I'm developing in LatinKeyboard. Can anybody please explain what this method does ? This is a pointerTracker class why need PointerTracker class and keyEventHandler Interface in LatinIME. public class PointerTracker { public interface…
Sonu Kumar
  • 969
  • 1
  • 11
  • 36
1
vote
1 answer

Python: URL encode urls with latin characters

I have many entities in data base with an "url" attribute, the url attribute in so many records is hardcoded, i.e containig latin characters, which doesn't work in Firefox (the urls are for song files stored in s3 and I play them with…
Yahya Yahyaoui
  • 2,833
  • 23
  • 30
1
vote
3 answers

How to TRANSLATE unicode to latin in Teradata?

My table contains a field lastName that is UNICODE I need to implement the SOUNDEX function, but it won't work because it requires only latin. So I tried converting it to latin but still get the same error only latin letters allowed Here is what i…
Pasha
  • 181
  • 1
  • 1
  • 13