Skip to content

Check for non-ASCII character naming in project files to prevent UE5 encoding errors. || 排查项目文件中非ASCII字符命名,预防UE5编码错误。

License

Notifications You must be signed in to change notification settings

ProgrammingWu/FileNameCheckForUE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

A Java program to check for non-compliant paths. Helps identify files and folders with invalid naming conventions in UE projects to prevent errors.

Current Version: V0.1

V0.1 is a basic console application without a UI. A graphical interface may be added in future versions.

Requirements

Java 21 (JDK 21) or higher must be installed.

Java Oracle official download: https://www.oracle.com/java/technologies/downloads/

If Java (JDK) is already installed, verify the version using the following CMD command:

java -version

Usage Instructions:

Place the JAR file in the appropriate directory (typically the root directory you want to check).

Open CMD in this directory and run the following command to execute the JAR:

java -jar NameCheckForUE_V0.1.jar

After successful startup, the output should prompt you to select a language:

Please select a language, EN-English, ZH-Chinese.

Follow the on-screen instructions to proceed.

****中文版说明

说明:

检查是否有非法路径的java程序。帮助查找出UE项目中所有不合规的文件和文件夹名。防止出现错误。

目前版本:V0.1

V0.1版本仅为最基础的控制台程序,并没做UI。可能再后续版本中增加UI.

需求

需要安装java21(JDK21)以上版本。

java Oracle官网下载:https://www.oracle.com/java/technologies/downloads/

如果电脑已经安装java(JDK),可用以下CMD命令检查java版本:

java -version

使用说明:

然后把jar包移动到合适的目录(通常是需要检查的根目录)。然后再此目录打开CMD。输入如下CMD命令启动Jar包。

java -jar NameCheckForUE_V0.1.jar

成功启动后的输出应该如下。让你选择语言:

Please select a language, EN-English, ZH-Chinese.

然后根据提示进行操作即可

About

Check for non-ASCII character naming in project files to prevent UE5 encoding errors. || 排查项目文件中非ASCII字符命名,预防UE5编码错误。

Topics

Resources

License

Stars

Watchers

Forks

Languages