Questions tagged [georgian]

Programming problems related to supporting the language of Georgia, which has a unique alphabet of its own.

25 questions
11
votes
5 answers

Convert Jalali calendar to Gregorian by PHP in CodeIgniter

I need to store Date in Persian (Jalali) date in MySQL. I'm using CodeIgniter. I need something like this: $Date = Jalali_to_Georgian(1393,5,28) // Output: "2014/08/19" Do I need to create a new library for this?
rostamiani
  • 2,859
  • 7
  • 38
  • 74
7
votes
2 answers

Writing speech-recognition engine

So, like many others I decided to create my own speech-recognition engine. As it turned out, it's not easy at all, instead, it's rather difficult to accomplish for English language particularly, because there is, I'd say, dramatical difference…
nicks
  • 2,161
  • 8
  • 49
  • 101
4
votes
1 answer

Georgian language in OCR

I have a problem with converting JPG files containing images of texts to the text files. I tried ABBYY's OCR SDK and some other sources of OCR but none of them contains Georgian language. Could you please tell me if there is any OCR source which…
3
votes
4 answers

MySQL collation

I faced a very strange problem when developing on PHP and MySQL. I had such problem 4-5 years ago, but since than not. And really don't remember how I solved it. Well... the problem: I'm having database with collation of utf_unicode_ci, but when…
mrGott
  • 1,066
  • 3
  • 18
  • 53
2
votes
1 answer

emacs standard-/buffer-display-table alterations (transliteration experiment)

I adapted cyril-util.el for having transliteration of the Mkhedruli script of Georgian language. A very quick and dirty hack, but it led me to trying to learn about display-tables. The function standard-display-mkhedruli-translit flips (using a…
Daniel
  • 101
  • 4
2
votes
1 answer

Georgian Unicode in PL/SQL Developer Oracle

When I do select for update and enter Georgian symbols in varchar2 column everything works correctly. But result of SELECT 'ტექსტი' FROM dual is this ???????? , also INSERT INTO test (text) VALUES('ტექსტი'); enters ???????? in colomn…
Kostya
  • 119
  • 6
2
votes
1 answer

Unicode in NetBeans 6.7.1

When I type any text on Georgian language. NetBeans shows it like question marks. I'm using Windows7(georgian keyboard). I've also tried in Eclipse, but there is no such problem (everything works fine). Then I've tried to open my Eclipse project…
Konstantine Kalbazov
  • 2,643
  • 26
  • 29
1
vote
0 answers

Why won't default potgresql text search parser tokenize Georgian words?

I am trying to get postgresql full text search work with the Georgian language. I created a dictionary: create text search dictionary georgian_hunspell(...); and a configuration with the default parser: CREATE TEXT SEARCH CONFIGURATION…
1
vote
1 answer

How can I add new language support in the Overleaf LaTeX editor?

I'm trying to add Georgian text support in Overleaf LaTeX editor but it shows me empty space where the Georgian text is supposed to be. How Georgian text looks: ეს არის ქართული ტექსტი. I tried adding \usepackage[georgian]{babel} in background.tex…
dsha256
  • 230
  • 1
  • 7
1
vote
1 answer

How to return georgian string in SQL Server

I have a query below: case when 1 = (select Loc_ID from tbl_Web_User where Phone = '123456789') then 'Reached Quota' else 'მიღწეული კვოტა' end When I returned georgian characters, it returns ?????????? like this. How can I show…
saulyasar
  • 797
  • 1
  • 17
  • 45
1
vote
2 answers

the Georgian language in tkinter. Python

I can not write on a standard Georgian language in the Text widget. instead of letters writes question marks . when no tkinter, ie, when writing code, Georgian font recognized without problems. Plus, if I copy the word written in Georgian and…
1
vote
1 answer
1
vote
2 answers

Enabling hidden Georgian keyboard in iOS 5

In iOS 5 beta simulator I saw that Apple made a native Georgian keyboard for iOS. But in the final version of iOS 5 Apple made this keyboard hidden. I found a solution to turn on this keyboard by changing GlobalPreferences.plist file located in…
user1637499
0
votes
0 answers

Where to find and apply a text search configuration for postgresql?

I am using tools like to_tsquery and to_tsvector in PostgreSQL to perform a full text search but postgresql has a limited number of supported languages by default. I need my database to support the Georgian language to perform searches in that…
0
votes
1 answer

NOTO FONTS are not showing in the APP, although they are installed correctly and no error is shown while running the app

I have installed many fonts..and all are working fine, but not the NOTO-Fonts. I've created an easy code, to show you the problem. Licorice-Regular and GeoAcadNusxNormal are shown very nicely on iOS and android. But NOTO-Fonts are only showing as…
Cris
  • 1
  • 2
1
2