German Special Characters Transfer via TCP/IP Integration

German Special Characters Transfer via TCP/IP Integration

Specific German characters (e.g., ü, ö) are transferred via TCP/IP in a particular format.
To correctly process these characters, check two fields:
RawPlateNumber and UnicodePlateNumber.
License plates containing special German characters should be found in one of these fields.

These fields are designed to handle such cases, typically using the UnicodePlateNumber format to encode these characters.
For example, the license plate "BÜ 1234" would be represented in Unicode as
`0x0042 0x00DC 0x0020 0x0031 0x0032 0x0033 0x0034`, which corresponds to the string "004200DC00200031003200330034".

You can use or decode these strings to properly handle German characters during data transfer.



    • Related Articles

    • TCP Integration

      Preparations Set up NumberOk to recognize license plates. You will notice LP overlay accompanying vehicles under View tab when recognition is tuned up properly. TCP Integration settinga Basic settings Go to Settings > Analytic. Check Analytics: ...
    • VMS integration

      General information NumberOk has been integrated with VMS . NumberOk sends to the VMS recognized license plates as Generic Events. For sending Generic Events from NumberOk are using a standard API call in the form of an HTTP string - also known as ...
    • Managing NumberOk via DataBase

      Intro Managing NumberOk via FireBird database is considered an unsupported non-documented method. The database is accessible from outside NumberOk and access to the database should be restricted on OS and file system levels. NumberOk vendor doesn’t ...
    • NumberOk event package specification. Delivered over TCP

      In the TCP packet data pairs PARAM=VALUE are divided with ascii 0x05. Not every pair may appear in a package. Order of pairs may vary. Text is UTF-8 encoded. Pair "SystemId=N" ( N - integer value) is added to all events. Value - is primary key from ...
    • LPR Cameras Connection (NumberOk META)

      1. Adding LPR camera in NumberOk Meta Navigate to Settings > Integration > LPR Cameras Click Add Camera button. Add LPR camera dialog will open. Complete the dialog with the following: Camera type - FF group protocol Describe your camera Specify ...