Results 1 to 2 of 2

Thread: Adding the ® character in the server name server.CFG COD2

  1. #1
    ... connecting
    Join Date
    Dec 2018
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Adding the ® character in the server name server.CFG COD2

    I am adding the ® character in the server name server.CFG COD2:

    set sv_hostname "®"

    Where the letter â is added. Resulting in: â ®. How can I eliminate the â, I only need the ®

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    cod2 only does extended ascii, in which the extended part is different based on localisation (english will show â, russian version will show [some russian character]).

    You only get 256 characters to choose from, and it's somewhat likely that none of those are (r). You could check all characters from 0x00 to 0xFF to be sure.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •