Operating System - Locale (Character Set)

Card Puncher Data Processing

About

This page is about the locale of the operating system

The locale will set the default character set:

  • of the operating system
  • and of all application that does not overwrite it.

List

Linux

locale

Windows

  • Windows Key > Type: Language Settings

Windows Locale





Discover More
Data System Architecture
SQL - National Character Set (String)

The National Character Set is a configuration that stores the character set value used by the national character data type: NCHAR (National Character) NVARCHAR (National Varying Character) By default,...
Data System Architecture
SQL - String Data Type

This page is the SQL data type that can be used in SQL to represent a string. The following data type are using the locale character set to encode the string: CHAR VARCHAR CLOB The following...
Data System Architecture
SQL Data Type - NCHAR (NATIONAL CHARACTER)

NATIONAL CHAR is a SQL data type that: stores a char and uses as character set: the National Character set instead of the default character set of the operating system A create table statement...
Data System Architecture
SQL Data Type - NVARCHAR (NATIONAL CHARACTER VARYING)

NATIONAL VARCHAR is a SQL data type. It stores a varchar and uses as character set: the National Character set instead of the character set of the operating system A create table statement that...



Share this page:
Follow us:
Task Runner