From: Taka on
A commercial at (@) is used in our product name.
I want to use the name for DeviceDesc of INF Sections without change.
I could not find a rule whether we may use '@' character or not.

Is '@' character allowed to use for DeviceDesc of INF Sections?

Thanks
Taka
From: Tim Roberts on
Taka <Taka(a)discussions.microsoft.com> wrote:
>
>A commercial at (@) is used in our product name.
>I want to use the name for DeviceDesc of INF Sections without change.
>I could not find a rule whether we may use '@' character or not.
>
>Is '@' character allowed to use for DeviceDesc of INF Sections?

You can put any character you want within the quote marks. Indeed, you can
use arbitrary Unicode characters, as long as you make the whole INF file
Unicode.
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.
From: Taka on
> You can put any character you want within the quote marks. Indeed, you can
> use arbitrary Unicode characters, as long as you make the whole INF file
> Unicode.
> --
> Tim Roberts, timr(a)probo.com
> Providenza & Boekelheide, Inc.

Thank you for the reply.
You resolved my concern. Thank you.

Taka