laptop and a wrench

不具合

Attempting to run the reclass function using the Field Calculator on a field using characters with accents results in <NULL> values.

最後に公開された状態: November 30, 2018 ArcGIS for Desktop
不具合 ID 番号 BUG-000117607
送信されましたOctober 22, 2018
最終更新日June 5, 2024
適用対象ArcGIS for Desktop
見つかったバージョン10.4
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
ステータスWill Not Be Addressed

参考情報

Both those if statements will be false, so the Reclass will return None, which maps onto NULL. This is as expected. the value passed into the expression will be a unicode string. See https://docs.python.org/2.5/ref/strings.html >>> s1 = 'Végétation' # this is a string literal >>> s2 = u'Végétation' # unicode string >>> print(s1) Végétation >>> print(u2) # both look identical Végétation >>> s2==s1 # but they are not equal False >>> s1 'V\x82g\x82tation' >>> u2 u'V\xe9g\xe9tation' >>>

対処法

Add encode (UTF-8) in the expression.

再現の手順

不具合 ID: BUG-000117607

ソフトウェア:

  • ArcGIS for Desktop

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動