meta data for this page
  •  

F-NBSP

function from adhoc

Entrypoint nbsp not compatible with UTF-8 - use U_NBSP

U-NBSP

function from adhoc

Entrypoint u_nbsp compatible with UTF-8


Inputs/Outputs

 Input         without	
 Output        CSTRING(2)         non-braking-space
                                  generate CHR(160) respectively U+00A0

Syntax

  Identically to  F_CHARACTER(160).
  TestSQL
  SELECT 'ABC 123' AS ISCORRECT, 'ABC' || F_NBSP() || '123' FROM RDB$DATABASE;
  SELECT 'ABC 123' AS ISCORRECT, 'ABC' || U_NBSP() || '123' FROM RDB$DATABASE;