Projetos internacionais no Visual Studio
Visual Studio supports saving files, projects, and solutions in Unicode formats. If you choose to save in a Unicode format, you should be aware of the following issues:
Deployment Projects
Deployment Projects do not support Unicode file or project names. All project names are converted to the codepage specified in the deployment project. For more information, see How to: Criar ou Adicionar projetos de implantação.
Installation
Visual Studio requires that you install on a system in which the system default locale matches or contains the UI Language of Visual Studio.
The following scenarios are supported:
Visual Studio Language |
OS Language |
---|---|
English |
Any Language OS |
Chinese (Simplified) |
Chinese (Simplified) |
Chinese (Traditional) |
Chinese (Traditional) |
French |
Western European Languages |
German |
Western European Languages |
Italian |
Western European Languages |
Japanese |
Japanese |
Korean |
Korean |
Spanish |
Western European Languages |
Unicode File Names
If your file contains Unicode data, you might receive a warning to save in a Unicode file format. If Visual Studio is unable to detect the Unicode data in the file, the warning does not appear. If you save the file in a Unicode format, you do not lose data otherwise you can lose data as the character might be transformed to the best possible fit.
Visual C++
Visual C++ only supports ANSI or MBCS file formats. It does not support non-ASCII characters in project or filenames. (Reference C++ documentation).
Visual SourceSafe
Visual SourceSafe does not support Unicode formats. If you save a file and / or project as Unicode, you should only check files in as binary format. Visual SourceSafe does not support Unicode or UTF-8 text files.
Web Application Projects
Projetos de aplicativos da Web podem ser salvos com nomes de projeto Unicode e URLs UTF-8 têm suporte no Internet Information Services 6.0 e posterior. No Internet Information Services 5.0 e versões anteriores, os caracteres no nome do projeto devem estar contidos na página de código do servidor ao qual você implanta.
Consulte também
Tarefas
Como: Gerenciar arquivos usando a codificação
Referência
Caixa de diálogo Opções de salvamento avançadas
Outros recursos
Edição de texto, código e marcação