# Handling computer ID with multibyte characters

To support multibyte characters in the computer ID field, you need to do the following:

* After you instantiate the QlmLicense class, you need to set the EnableMultiByte property to true.
* If you are using the QLM .NET Controls or the QLM License Wizard, you need to set the QlmEnableMultiByte property to true.
* In the web.config of the QLM web service, add the following setting in the \<QlmWebService.Properties.Settings> section:
* \<setting name="enableMultiByte" serializeAs="String">\
  \<value>True\</value>\
  \</setting>

Once you enable this feature, any license activated with a character that is beyond ASCII code 128 will need to be released and reactivated. For example, a computerID that have accented characters will need to be released and reactivated.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/faq/handling-computer-id-with-multibyte-characters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
