• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Undo string with Chinese characters is garbled

Explorer ,
May 19, 2021 May 19, 2021

Copy link to clipboard

Copied

Hi everyone!

 

I am on English version of After Effects and the undo string with Chinese characters is garbled.

 

I wrote this sample script:

 

var comp = app.project.activeItem;
app.beginUndoGroup('添加空对象');
comp.layers.addNull(comp.duration);
app.endUndoGroup();

 

 As you can see, my undo string is Chinese. And after executing this script, I found the undo string is garbled.

undo 2021.png

 

I even tested other script that has Chinese version, Duik Bassel. The problem is still the same:

duik.png

 

Tested from CC 2017 to 2021. Only version 2020 and 2021 have this issue. CC 2019 and lower work perfectly. All AE are English version.

undo 2019.png

 

So can I assume this is a bug in After Effects? Or did I missed some magic setting?

 

TOPICS
Error or problem , Scripting

Views

155

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 20, 2021 May 20, 2021

Copy link to clipboard

Copied

LATEST

Can any adobe staff here telling me if this could get a fix?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines