Blog Standard

RoiGap > Blog

umask

To set permissions on top of System Default permissions. It cannot grant additional permissions than specified by the System default permission set. To add such additional permissions, use chmod() instead. On multi-threaded systems, this might result in varied behavior as the umask permissions are used throughout the system. Avoid assigning [...]

Read More

l10n vs i18n vs G11n

These are some of the key differences between Localization,  Internationalization and Globalization.  Translation  It (T9n) is only a part of Localization. Internationalization  Its (i18n) the process to prepare for Localization. When discussing software, it is mostly in the perspective of Coding. Internalization is required to achieve Localization. It includes: Character/Word [...]

Read More