Import Property Set Data by Json Language Problem

HI I’m designing Property set data, and I referred to this video # Dynamo for Civil 3D - Property Sets samples IN the Autodesk website.

HERE IS A LINK that I referred

I have a Property set that I made for company rules.
Dump property set is succeed

BUT, I found that Json file broke down when I USE KOREAN.
AND create property set is fail.

This is a result of several tests.
image
IT’S EMPTY (USE KOREAN)


IT WORKS (NOT USE KOREAN)

image

I think its problem begin at IronPythonEvaluator script.

Any help in getting this to work would be much appreciated! I’ve lost a weekend trying to make it work

1 Like

Hi @pjy6929,
If you want to use Python try to google: Encoding and Decoding in Python 3 and update the sample Python code. But I would recommend to use pset nodes in Civil3DToolkit package.