Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.

Chinese and Japanese garbled characters appear #5040

Description

@yuhuyuyu

Description:
Create a stream containing a script application. If the script contains Japanese or Chinese, some errors will occur.

  1. SQLException occurs when deploying
    This is because the encoding method of the date field of skipper_manifest and the pkg_json_string field of skipper_release in skipper database is latin1. So I changed the encoding of the field to utf8, which solved the problem.
  2. The problem of garbled characters
    After I solved problem 1, I checked skipper_release and skipper_manifest, and found that both Japanese or Chinese are in the table? ? ? (garbled state). I still don't know how to solve this problem.

Release versions:
spring cloud dataflow 2.9.0
script application 3.2.1

Steps to reproduce:

http | script --language=python --script=payload=payload+'嗨你好世界' | log

Screenshots:
Where applicable, add screenshots to help explain your problem.
image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions