Replace encoding problem character in the comment 15/49715/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Wed, 23 Sep 2015 14:14:01 +0000 (23:14 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 19 Oct 2015 11:39:23 +0000 (20:39 +0900)
Change-Id: I51977f32f38e06d56ce170840d803be40df0b59c

ism/extras/efl_panel/isf_panel_efl.cpp

index c2fd4ad7fcd97a0bca5cc36dfc32af1a67273faf..e0bad5c94c34b93054824cd741096d8bd32a5024 100644 (file)
@@ -1264,7 +1264,7 @@ Update package (change the source codes in IME project and Run As again), there
    At UPDATE event, pkgid (package parameter) is valid, and only appid is changed; the previous appid is invalid.
 
 If multiple packages (including non-IME pkgs) are uninstalled and installed; Z300H UPS (ultra power saving) mode scenario.
-For example, A and B packages are uninstalled and installed, the package manager works in this order: A UNINSTALL ¡æB UNINSTALL ¡æA INSTALL ¡æB INSTALL
+For example, A and B packages are uninstalled and installed, the package manager works in this order: A UNINSTALL -> B UNINSTALL -> A INSTALL -> B INSTALL
 
 Assuming IMEngine won't be changed through this. IMEngine might have multiple appids for one pkgid.
 Assuming preinstalled IME won't be changed through this.