Search results

From Free Pascal wiki
Jump to navigationJump to search

Page title matches

  • {{Widechar}} Der [[Data type/de|Datentyp]] '''WideChar''' benötigt zum Speichern eines Zeichens zwei Zeichen. Bei einigen [[LCL_U
    546 bytes (81 words) - 13:04, 5 June 2014
  • ...'WideChar''', which has a synonym of [[UnicodeChar]] ''(type UnicodeChar = WideChar;)'' , is exactly 2 bytes in size, and usually contains one Unicode characte ...er, in the future the Free Pascal compiler may consider Char a synonym for WideChar.
    631 bytes (100 words) - 15:44, 21 July 2016
  • {{Widechar}} Le [[Data type/fr|type de donnée]] '''WideChar''' est nécessaire pour stocker un caractère de deux octets.
    422 bytes (72 words) - 08:24, 14 February 2017

Page text matches

  • {{Widechar}} Le [[Data type/fr|type de donnée]] '''WideChar''' est nécessaire pour stocker un caractère de deux octets.
    422 bytes (72 words) - 08:24, 14 February 2017
  • ...e de donnée]] '''UnicodeChar''' est dérivé du type de donnée [[Widechar/fr|WideChar]]. UnicodeChar = WideChar;
    210 bytes (28 words) - 05:53, 2 March 2020
  • ...tentyp]] '''UnicodeChar''' ist vom [[Data type/de|Datentyp]] [[Widechar/de|WideChar]] abgeleitet. UnicodeChar = WideChar;
    264 bytes (32 words) - 05:53, 2 March 2020
  • {{Widechar}} Der [[Data type/de|Datentyp]] '''WideChar''' benötigt zum Speichern eines Zeichens zwei Zeichen. Bei einigen [[LCL_U
    546 bytes (81 words) - 13:04, 5 June 2014
  • ...'WideChar''', which has a synonym of [[UnicodeChar]] ''(type UnicodeChar = WideChar;)'' , is exactly 2 bytes in size, and usually contains one Unicode characte ...er, in the future the Free Pascal compiler may consider Char a synonym for WideChar.
    631 bytes (100 words) - 15:44, 21 July 2016
  • ...ield|data field]] of the '''UnicodeChar''' data type is derived from the [[WideChar]] data type. UnicodeChar = WideChar;
    242 bytes (31 words) - 13:24, 22 December 2023
  • ...le compilateur pourrait considérer que Char est synonyme de [[WideChar/fr|WideChar]].
    469 bytes (70 words) - 14:21, 2 November 2016
  • ...щем, компилятор может рассматривать '''Char''' как синонимом [[WideChar/ru|WideChar]].
    592 bytes (24 words) - 20:47, 19 January 2018
  • ...'a pas de limite de taille et consiste en un tableau de type [[Widechar/fr|WideChar]].
    963 bytes (124 words) - 13:15, 19 August 2019
  • ...直到Free Pascal 3的所有版本 , 将 Char 和 AnsiChar 视为等效的声明. 然而, 在未来,编译器可能把 Char 视为 [[WideChar]] 的同义词 .
    339 bytes (18 words) - 02:13, 31 May 2022
  • ...besteht intern aus einem Array des [[Data type/de|Datentyp]] [[Widechar/de|WideChar]].
    1 KB (156 words) - 13:14, 19 August 2019
  • ...owever, in the future the compiler may consider Char to be a synonym for [[WideChar]].
    372 bytes (56 words) - 14:22, 2 November 2016
  • ...{$IFDEF CPU64}widechardummy : Longint;{$ENDIF CPU64}wchardummy1,VWideChar: WideChar); vtWideChar : (VWideChar: WideChar);
    2 KB (168 words) - 03:16, 2 March 2020
  • CharCheckmark: WideChar; CharRadiomark: WideChar;
    3 KB (356 words) - 22:21, 8 June 2022
  • ...Однако, в будущем '''char''' может стать таким же типом, как [[WideChar/ru|WideChar]]. В настоящее время [[Byte/ru|byte]] и '''char''' почт
    3 KB (107 words) - 23:34, 24 January 2020
  • ...estring|WideString]] has no size limit and comprises of an array of type [[WideChar]]. The functions of the LazUTF8 unit are there to facilitate the conversion
    896 bytes (117 words) - 13:21, 22 December 2023
  • ...considered a synonym for [[WideChar|<syntaxhighlight lang="pascal" inline>wideChar</syntaxhighlight>]], not <syntaxhighlight lang="pascal" inline>ansiChar</sy
    4 KB (472 words) - 10:35, 26 May 2022
  • ...может считаться синонимом [[WideChar|<syntaxhighlight lang="pascal" inline>wideChar</syntaxhighlight>]], а не [[AnsiChar/ru|<syntaxhighlight lang="pascal" i
    5 KB (279 words) - 17:22, 6 August 2022
  • === Char to WideChar conversions and vice versa === ...the data from ansichar to widechar or the other way around. If a converted widechar is not representable in a single char, the result of the conversion is alwa
    9 KB (1,372 words) - 20:11, 9 May 2015
  • ...el futuro [[Char/es|char]] puede considerarse un sinónimo de [[WideChar/es|wideChar]], no [[AnsiChar/es|ansiChar]].
    3 KB (427 words) - 10:37, 26 May 2022
  • 5 KB (161 words) - 15:34, 31 January 2014
  • == WideChar == Eine Variable vom Typ '''WideChar''', auch als '''UnicodeChar''' bezeichnet, ist genau 2 Bytes groß und bein
    13 KB (1,581 words) - 01:23, 11 February 2020
  • <td>Char/AnsiChar/WideChar</td>
    3 KB (520 words) - 22:20, 16 December 2016
  • | &nbsp; WideChar | &nbsp; WideChar
    8 KB (1,040 words) - 10:02, 12 January 2014
  • ...not work. It is currently necessary to create strings through an array of WideChar.'' ...e to use WriteLn('Something to write') instead of constructing an array of WideChar and call UEFI functions as before ;-).'''
    6 KB (970 words) - 12:33, 1 March 2020
  • dest^:=widechar(byte(source^))
    2 KB (228 words) - 11:34, 4 March 2020
  • == WideChar ==
    19 KB (1,066 words) - 14:49, 3 September 2020
  • 7 KB (273 words) - 09:16, 24 October 2022
  • === WideChar === A variable of type '''WideChar''', also referred to as '''UnicodeChar''', is exactly 2 bytes in size, and
    16 KB (2,184 words) - 07:50, 14 December 2023
  • ...lias for it. However, in the future, '''char''' may become the same as a [[WideChar]]. For now, [[Byte|byte]] and char are almost identical - one byte (8-bits)
    2 KB (300 words) - 07:58, 17 October 2023
  • 8 KB (254 words) - 22:30, 18 July 2020
  • dest^:=widechar(byte(source^))
    2 KB (260 words) - 11:35, 4 March 2020
  • * [[Widechar|WideChar]] - Longitud constante: 2 o 4 bytes, representación: 1 carácter.
    5 KB (724 words) - 22:31, 18 July 2020
  • == WideChar == Une variable du type '''WideChar''', aussi mentionnée comme'''UnicodeChar''', est exactement d'une taille d
    16 KB (2,216 words) - 01:24, 11 February 2020
  • == WideChar == Una variable de tipo '''WideChar''', también referenciada como '''UnicodeChar''', es exactamente de 2 bytes
    16 KB (2,082 words) - 01:23, 11 February 2020
  • * '''WideChar'''是一种双字节字符(是属于DBCS双字节字符集的元素),
    6 KB (371 words) - 16:17, 20 August 2022
  • * [[Widechar/de|WideChar]] - feste Länge: 2 oder 4 Zeichen, Darstellung: 1 Zeichen
    6 KB (796 words) - 06:52, 16 September 2021
  • | &nbsp; [[WideChar]]
    7 KB (828 words) - 21:00, 4 March 2019
  • cp866table: array[#128..#255] of WideChar=( OutBuf[I] := WideChar(ord(InBuf[I]))
    7 KB (830 words) - 09:05, 3 March 2020
  • * '''WideChar''' は2バイトの文字で(DBCSの要素: Double Byte Character Set)、un
    7 KB (388 words) - 16:17, 20 August 2022
  • cp866table: array[#128..#255] of WideChar=( OutBuf[I] := WideChar(ord(InBuf[I]))
    7 KB (915 words) - 09:04, 3 March 2020
  • * '''WideChar''' - это двухбайтный символ (элемент DBCS: Doubl ...м ссылок, нуль-терминированный массив, только реализованный как массив <tt>WideChar</tt> вместо обычных <tt>Char</tt>.
    9 KB (380 words) - 16:17, 20 August 2022
  • * Le '''WideChar''' est un caractère sur 2 octets (un élément du jeu de caractère à dou ...zéro terminal, seulement elles sont implémentées comme des tableaux de <tt>WideChar</tt> au lieu de <tt>Char</tt>.
    7 KB (1,002 words) - 16:17, 20 August 2022
  • ...а unicode) сa същите като AnsiStrings, с тази разлика, че са масиви от <tt>WideChar</tt> а не обикновен <tt>Char</tt>.
    9 KB (422 words) - 22:39, 29 April 2024
  • * [[Widechar/fr|WideChar]] - représente un caractère encodé sur 2 ou 4 octets
    7 KB (1,189 words) - 17:14, 28 August 2021
  • cp866table: array[#128..#255] of WideChar=( OutBuf[I] := WideChar(ord(InBuf[I]))
    8 KB (1,092 words) - 09:04, 3 March 2020
  • cp866table: array[#128..#255] of WideChar=( OutBuf[I] := WideChar(ord(InBuf[I]))
    10 KB (373 words) - 09:05, 3 March 2020
  • | &nbsp; [[WideChar]]
    8 KB (948 words) - 14:17, 6 February 2023
  • * [[WideChar]] - Constant length: 2 or 4 bytes, representation: 1 character.
    5 KB (615 words) - 17:06, 29 August 2021
  • === PWideChar/PUnicodeChar and WideChar/UnicodeChar === These types remain unchanged. WideChar/UnicodeChar can contain a single UTF-16 code unit, while PWideChar/PUnicode
    24 KB (3,786 words) - 11:56, 28 November 2023

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)