Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. …
PO to MO converter
Simply we can convert PO(portable Object) to MO(Machine Object) Using Poedit or from the GNU gettext msgfmt command.( see the …
Extract the strings from source code for Translation (po file)
To extract the strings to be translated from the program source code. This is achieved with xgettext. I think you …
Check if string is UTF-8 encoded
This is_utf8() function is to detect UTF-8 strings, and return a boolean value. The for loop is to go through …
